html,
body {
    overflow-x: hidden;
    width: 100%;
    height: 100vh;
}
@media screen and (max-width:670px) {
    .details{
        margin: 40px;
    }
}
@media screen and (max-width:515px) {
    .search{
        height: 246px;
        /* justify-content: flex-end; */
    }
    .imgs{
        width: 305px;
    }
    .details .col img{
        width: 45px;
    }
}
@media screen and (max-width:400px) {
    /* .search{
        justify-content: flex-end;
    } */
    .search input{
        font-size: 14px;
    }
    .weather > h1 {
        margin-top: 10px;
      }
      .imgs{
        margin-bottom: 4px;
        width: 195px;
      }
}
@media screen and (max-width:390px) {
    /* .search{
        justify-content: flex-end;
    } */
    .details{
        flex-direction: column;
        gap: 20px;
    }
    .col{
        margin: auto;
    }
}
